(C) 1996 AROS - The Amiga Replacement OS


NAME
ULONG CallHookPkt()
SYNOPSIS
struct Hook * hook
APTR object
APTR paramPacket

FUNCTION
Calls a hook with the specified object and parameters.

INPUTS
hook
Call this hook.
object
This is the object which is passed to the hook. The valid values for this parameter depends on the definition of the called hook.
paramPacket
This are the parameters which is passed to the hook. The valid values for this parameter depends on the definition of the called hook.
RESULT
The return value depends on the definition of the hook.

NOTES
EXAMPLE
BUGS
SEE ALSO
NewObject(), SetAttrs(), GetAttr(), DisposeObject(), DoMethod(), DoSuperMethod(), "Basic Object-Oriented Programming System for Intuition" and the "boopsi Class Reference" Dokument.
HISTORY
28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.

27.11.1996 aros
Removed the ":" behind the various HISTORY fields
25.11.1996 aros
Allow stacktags on special CPUs